SPREAD for WPF 4.0J - GcSpreadSheet
RemoveItem メソッド (NotifyCollection<T>)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > NotifyCollection<T> クラス : RemoveItem メソッド
削除する要素の 0 から始まるインデックス。
コレクションの指定したインデックスにある項目を削除します。
シンタックス
'宣言
 
Protected Overrides Sub RemoveItem( _
   ByVal index As System.Integer _
) 
protected override void RemoveItem( 
   System.int index
)

パラメータ

index
削除する要素の 0 から始まるインデックス。
例外
例外解説
コレクションがロックされています。index がコレクションのサイズを超えています。item が null 参照 (Visual Basicでは Nothing) です。
index に指定された値がコレクションのサイズ以上です。
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ